negotiator.boaframework.sharedagentstate.anac2010
Class AgentKSAS
java.lang.Object
negotiator.boaframework.SharedAgentState
negotiator.boaframework.sharedagentstate.anac2010.AgentKSAS
public class AgentKSAS
- extends SharedAgentState
This is the shared code of the acceptance condition and bidding strategy of ANAC 2010 AgentFSEGA.
The code was taken from the ANAC2010 AgentFSEGA and adapted to work within the BOA framework.
- Author:
- Mark Hendrikx
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentKSAS
public AgentKSAS(NegotiationSession negoSession)
calculateAcceptProbability
public double calculateAcceptProbability()
getTarget
public double getTarget()
getBidTarget
public double getBidTarget()
decrementBidTarget
public void decrementBidTarget(double d)
getRounds
public int getRounds()
getOfferedBidMap
public java.util.HashMap<Bid,java.lang.Double> getOfferedBidMap()
getAcceptProbability
public double getAcceptProbability()